| Package | Description |
|---|---|
| com.atid.lib.module.rfid.uhf | |
| com.atid.lib.module.rfid.uhf.atm | |
| com.atid.lib.module.rfid.uhf.params | |
| com.atid.lib.module.rfid.uhf.types |
| Modifier and Type | Method and Description |
|---|---|
abstract BankType |
ATRfidUhf.getSelectMask6cBank(int index)
The Selection Mask item of the Device's RFID UHF module returns the memory bank to compare.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ResultCode |
ATRfidUhf.readMemory6c(BankType bank,
int offset,
int length,
java.lang.String password)
Device instructs to read specific memory of RFID UHF tag of ISO18000-6c Gen2 standard.
|
abstract void |
ATRfidUhf.setSelectMask6cBank(int index,
BankType bank)
The Selection Mask item of the RFID UHF module of the device sets the memory bank to be compared.
|
abstract ResultCode |
ATRfidUhf.writeMemory6c(BankType bank,
int offset,
java.lang.String data,
java.lang.String password)
Device instructs to store data in a specific memory of RFID UHF tag of ISO18000-6c Gen2 standard.
|
| Modifier and Type | Method and Description |
|---|---|
BankType |
ATRfidUhfATM.getSelectMask6cBank(int index) |
| Modifier and Type | Method and Description |
|---|---|
ResultCode |
ATRfidUhfATM.readMemory6c(BankType bank,
int offset,
int length,
java.lang.String password) |
void |
ATRfidUhfATM.setSelectMask6cBank(int index,
BankType bank) |
ResultCode |
ATRfidUhfATM.writeMemory6c(BankType bank,
int offset,
java.lang.String data,
java.lang.String password) |
| Modifier and Type | Method and Description |
|---|---|
BankType |
SelectMask6cParam.getBank()
Set the Action value of "Selection Mask".
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectMask6cParam.setBank(BankType bank)
Set the Bank value in "Selection Mask".
|
| Constructor and Description |
|---|
SelectMask6cParam(boolean used,
Mask6cTarget target,
Mask6cAction action,
BankType bank,
int offset,
<any> pattern)
Creates an instance of the SelectMask6cParam class.
|
SelectMask6cParam(boolean used,
Mask6cTarget target,
Mask6cAction action,
BankType bank,
int offset,
java.lang.String pattern,
int length)
Creates an instance of the SelectMask6cParam class.
|
| Modifier and Type | Method and Description |
|---|---|
static BankType |
BankType.valueOf(int code) |
static BankType |
BankType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BankType[] |
BankType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|